/*公共头部 样式*/

.box_header {
    height: 1240px;
}

/*.box_header > img {*/
/*    position: absolute;*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 900px;*/
/*    overflow: hidden;*/
/*}*/

.box_header_bg {
    position: absolute;
    display: block;
    width: 100%;
    height: 900px;
    z-index: -1;
}

.box_header_bg img {
    /*position: absolute;*/
    width: 100%;
    min-width: 1438px;
    height: 100%;
}

.top_nav_bar {
    /*background: rgba(0, 153, 145, 0.1);*/
    /*background: rgba(19, 56, 54, 0.5); !*测试*!*/
    width: 1400px;
    height: 45px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    color: white;
    padding-top: 10px;
}

.left_content {
    font-size: 14px;
    line-height: 45px;
    float: left;
    color: black;
    display: inline-block;

}

.right_content {
    line-height: 45px;
    float: right;
    display: inline-flex;
    position: relative;

}

.right_content_span_content {
    display: inline-flex;
    min-width: 270px;
    justify-content: space-between;
    margin-right: 30px;
}

.right_content_span {
    font-size: 15px;
    transition: .8s;
}

.right_content_span:hover {
    scale: 1.07;
}

.right_content_search {
    display: inline-block;
}

.right_content_search_btn {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    /*background-color: #3769c7;*/
    display: inline-block;
    vertical-align: middle;
}

.right_content_logAndreg {
    width: 110px;
    height: 35px;
    margin-top: 3px;
    border-radius: 35px;
    display: inline-block;
    vertical-align: middle;
    border: white 1px solid;
    position: relative;
}

.right_content_logAndreg span {
    font-size: 16px;
    position: relative;
    top: -15%;
    transform: translate(-50%, -50%);
}


.left_content > a, .right_content_logAndreg a {
    font-size: 16px;
    color: white;
    text-decoration: none;
}


.left_content span:nth-child(2n+1) {
    color: rgba(0, 0, 0, .7);
}


/*============================ 部门镇街 弹窗 start============================*/
/* 弹出框的背景 */
.deptStreetModal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    opacity: 0;
    font-size: 16px;
    color: black;
    text-align: start;
    transition: opacity 0.8s ease-in-out;
}

/* 弹出框显示时的透明度设置 */
.deptStreetModal.show {
    opacity: 1;
}

/* 弹出框的内容 */
.deptStreetModal-content {
    background-color: rgba(255, 255, 255, 1); /* 设置透明度 */
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ececec;
    width: 65%;
    border-radius: 4px;
    position: relative;
    top: 5%; /* 位置在顶部 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: top 0.5s ease-in-out;
}

.deptStreetModal-content h3 {
    color: rgb(54,89,169);
}

/* 关闭按钮样式 */
.deptStreetModal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.deptStreetModal-close:hover,
.deptStreetModal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* 部门和镇街的排列样式 */
.departments, .streets {
    display: flex;
    flex-wrap: wrap; /* 自动换行 */
    gap: 8px; /* 元素之间的间距 */
    margin-top: 5px;
}

/* 每个部门或镇街链接的样式 */
.departments a, .streets a {
    flex: 0 0 calc(18% - 15px); /* 固定宽度，不自动扩展 */
    padding: 10px;
    text-decoration: none; /* 去掉默认下划线 */
    color: #000000; /* 链接颜色 */
    transition: background-color 0.3s, box-shadow 0.3s;
}

.departments a:hover, .streets a:hover {
    color: rgb(54,89,169);  /* 悬停时背景颜色 */
}

@media (max-width: 768px) {
    .departments a, .streets a {
        flex: 0 0 calc(20% - 10px); /* 在较小屏幕上占50% */
    }
}

@media (max-width: 480px) {
    .departments a, .streets a {
        flex: 0 0 100%; /* 在更小的屏幕上占100% */
    }
}
/*============================ 部门镇街 弹窗 start============================*/

.right_content_input {
    height: 35px;
    font-size: 14px;
    border-radius: 5px;
    line-height: 30px;
    background-color: rgba(255, 255, 255, 1);
    color: black;
    width: 260px;
    padding: 0 5px;
}


.bs_gov_name {
    width: 100%;
    height: 550px;
    margin: 0 auto;
    position: relative;
}

.bs_gov_name img {
    width: 420px;
    height: 550px;
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bs_gov_name_common {
    width: 1400px;
    height: 550px;
    margin: 0 auto;
    /*display: inline-flex;*/
    position: relative;
    z-index: 777;
}

.bs_gov_name_common img {
    width: 420px;
    height: 550px;
    position: absolute;
    top: 10%;
    left: 13%;
    transform: translate(-50%, -50%);
}

.bs_news_overview {
    z-index: 99;
    height: 645px;
    position: relative;
    overflow: hidden;
    /*background-color: #57c3e1;*/
}

/*.bs_news_overview:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(22, 139, 222) 50%, rgba(255, 255, 255, 1) 100%); !* 这里可以修改渐变色的配置 *!*/
/*}*/

.bs_news_overview > img {
    width: 100%;
    height: 640px;
    position: absolute;
}

.bs_news_bar {
    z-index: 99;
    width: 1400px;
    height: 85px;
    margin: 0 auto;
    position: relative;
}

.bs_news_bar_col {
    width: 145px;
    height: 45px;
    margin-left: 10px;
    display: inline-block;
    text-align: center;
    color: white;
    font-size: 26px;
    /*font-family: "Heiti TC", serif;*/
    font-weight: 350;
    line-height: 75px;
}

/*公共底部样式*/
/*整体底部*/
.xiala-footer {
    background-size: cover;
    background-repeat: no-repeat;
    background: url("../../static/images/footer_bg.png");

}

/*下拉*/
.xiala-n {
    width: 1200px;
    color: #666;
    overflow: hidden;
    margin: 0 auto 0px;
}

.xiala-item-n {
    width: auto;
    height: 40px;
    padding-right: 20px;
    border-bottom: 0;
    border-top: 0;
}

.xiala-n .active {
    background-color: #f2f2f2;
}

.xiala-n .active .xiala-i-p-n {
    color: #1369c0
}

.xiala-i-p-n {
    display: inline-block;
    height: 40px;

    box-sizing: border-box;
    padding-right: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
    background: url("../../static/images/drop-icon.png") no-repeat right;
}

.xiala-n .active .xiala-i-p-n {
    background: url("../../static/images/drop-icon2.png") no-repeat right center;
}

.xiala-hide-n {
    width: 100%;
    background-color: #f2f2f2;
    box-sizing: border-box;
    overflow: hidden;
    height: 0;
}

.xiala-h-item-n {
    display: none;
    padding: 12px 0 12px 0px;
}

.xiala-hide-n a {
    font-size: 15px;
    color: #1369c0;
    display: inline-block;
    width: 176px;
    line-height: 35px;
    margin-left: 10px;
}

/* 底部 */
.footer-n {
    padding-top: 15px;
    padding-bottom: 20px;
    width: 100%;
    height: 100px;
    /* background: #1369C0;*/
}

.footer-centered-n {
    width: 1200px;
    height: 100px;
    margin: auto;
}

.footer-zt-n {
    color: #fff;
    font-family: "微软雅黑";
    font-size: 14px;
    margin-top: 12px;
}

.footer-zt-n:nth-child(3) {
    color: #fff;
    font-family: "微软雅黑";
    font-size: 14px;
    margin-top: 7px;
}

.footer-left-n {
    width: 658px;
    float: left;
}

.footer-right-n {
    float: right;
}

.footer-right-n img {
    /* float: right;*/
    margin-right: 30px;
    margin-top: 12px;
}

.footer-left-n a {
    margin-right: 8px;
    color: #fff;
    cursor: pointer;
}

.footer-left-n span {
    margin-right: 8px;
}


/*======================start新底部-==================*/
.box_footer {
    /*height: 190px;*/
}

.footer {
    height: 30px;
    background-color: rgba(0, 0, 0, 0.31);
    font-size: 13px;
    color: #ffffff;
    position: relative;
}

.footer .mainWidth {
    position: initial;
    height: 100%;
}

.footer a {
    color: #ffffff;
}

.foot-n {
    width: 1200px;
    margin: 0 auto;
}

.footer .foot-n .link-ul {
    width: 100%;
    padding: .05rem 0;
}

/*.footer .foot-n .link-ul::after {*/
/*    content: '';*/
/*    display: block;*/
/*    clear: both;*/
/*}*/

.footer .foot-n .link-ul li {
    width: auto;
    margin-right: 30px;
    margin-left: 30px;
    /*float: left;*/
    display: inline-block;
}

.footer .foot-n .link-ul li .name {
    height: 10px;
    line-height: 29px;
    padding-left: 70px;
    margin-right: 80px;
    cursor: pointer;
    display: inline-block;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.footer .foot-n .link-ul li .name:hover {
    color: rgba(0, 0, 0, 0.93);
}

.footer .foot-n .link-ul li .link-con {
    width: 100%;
    min-width: 1200px;
    height: 0;
    background: rgba(255, 255, 255);
    z-index: 11;
    position: absolute;
    left: 0;
    bottom: 30px;
    display: block;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    overflow: hidden;
}

.footer .foot-n .link-ul li .link-con .link-ul {
    width: 1200px;
    margin: 0 auto;
}

.footer .foot-n .link-ul li .link-con .link-ul dt {
    width: 14.28%;
    float: left;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.footer .foot-n .link-ul li .link-con .link-ul dt a {
    width: 90%;
    padding: 0 5%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    font-size: 15px;
}

.footer .foot-n .link-ul li .link-con .link-ul dt a:hover {
    background: #78bfeb;
    color: #ffffff;
}

.footer .foot-n .link-ul li.active .link-con {
    display: block;
    padding: 25px 0;
    height: auto;
}

.mainWidth {
    position: relative;
}

/*=========底部内容区域=========*/

.footer_n {
    height: 140px;
    background: #4468b4;
}

/*.footer-ul {*/
/*    width: 1220px;*/
/*    margin: 0 auto;*/
/*    !*height: 110px;*!*/
/*}*/

/*.footer-ul li {*/
/*    display: inline-block;*/
/*    width: 280px;*/
/*    height: 110px;*/
/*    background: #315392;*/
/*    margin: 15px auto;*/
/*    margin-left: 10px;*/
/*    margin-right: 10px;*/
/*    overflow: hidden;*/
/*}*/

.footer-_nh {
    height: 100%;
}

/*.footer_b {*/
/*    width: 1200px;*/
/*    height: 20px;*/
/*    margin: 0 auto;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    !*margin-top: 10px;*!*/
/*}*/

/*.footer_b p {*/
/*    font-size: 10px;*/
/*    display: inline-block;*/
/*    padding: 0 20px 0 20px;*/
/*    !*margin-top: 3px;*!*/
/*    !*margin-left: 66px;*!*/
/*    !*margin-right: 80px;*!*/
/*}*/

.main-wrap {
    width: 70%;
    height: 100%;
    display: flex;
    margin: auto;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    /*background-color: gray;*/
}

.main-wrap li {
    height: 80%;
    display: flex;
    align-items: center;
}

.footer-copyright-left {
    width: 30%;
    justify-content: space-between;
    /*background-color: #af9090;*/
}

.footer-copyright-center {
    display: inline-block !important;
    width: 40%;
    height: 40%;
    margin: auto;
    align-items: center;
    font-size: 12px;
}

.footer-copyright-center p {
    display: block;
    margin-block-start: 15px;
    margin-block-end: 15px;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.footer-copyright-center p:not(:last-child) a {
    font-size: 14px;
    color: white;
    padding: 0 15px;;
}

.footer-copyright-center p:last-child a {
    color: white;
    padding: 0 2px;;
}

.footer-copyright-center p:first-child a:not(:last-child):after {
    content: "";
    border-right: 1px solid #ffffff;
    height: 14px;
    position: absolute;
    padding-left: 15px;
}

.footer-copyright-right {
    width: 25%;
    justify-content: space-between;
}





/*===========end新底部============*/


/*=============侧边导航栏start===========*/
.zjdw {
    width: 960px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin-top: 40px;
    left: 2%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: .5s ease-in-out;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
}

.zjdw-container {
    width: 940px;
    height: 380px;
    border-radius: 10px;
    overflow: hidden;
    background-color: rgba(255, 255, 255);
}

.zjdw-dept {
    border-bottom: 1px solid #f5f5f5;
}

.zjdw-dept span, .zjdw-Unit span {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: inline-flex;
    color: #2775cc;
    font-size: 18px;
    padding-left: 5px;
}

.zjdw-container ul {
    display: flex;
    height: 100%;
    padding: 5px;
    flex-wrap: wrap;
    overflow: hidden;
}

.zjdw-container ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-width: 150px;
    height: 33px;
    font-size: 14px;
}

.zjdw-container ul li a {
    color: #666666;
}

.zjdw-container ul li a:hover {
    color: #2775cc;
}

/*=============侧边导航栏end=============*/


/*=============二级页面 头部 start=============*/
.header_wrap {
    width: 100%;
    /*height: 200px;*/
    background-color: rgb(20, 105, 192);
    position: sticky;
    top: 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3); /* 阴影效果 */
    z-index: 1000;
}

.layedit-tool-fixed {
    border-top: 0 solid lightgray !important;
}

.sub_level_header {
    width: 1400px;
    margin: 0 auto;
}

.sub_header_content {
    height: 45px;
    line-height: 45px;
    color: white;
}

.sub_header_content a span {
    font-size: 15px;
    color: white;
}

.header_logo {
    height: 100px;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
}

.search-bar {
    width: 360px;
    height: 40px;
    display: inline-flex;
    padding-top: 5px;
    border-radius: 5px;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
}

.content_body {
    min-height: 680px;
    margin: 0 auto;
    width: 1400px;
    font-size: 14px;
    padding: 0 20px;
    background-color: white;
}

.currentlocation {
    width: 1400px;
    height: 50px;
    display: flex;
    line-height: 55px;
    border-bottom: 1px solid lightgray;
}

.breadcrumb {
    margin-left: 5px;
}

.zt_title {
    height: 60px;
    font-size: 26px;
    font-weight: bold;
    padding-left: 15px;
    line-height: 60px;
    position: relative;
}

.zt_title:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 30px;
    background-color: #115db2;
    left: 0;
    top: 15px;
}

.zt_content {
    min-width: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zt_content_ul {
    /*width: 1400px;*/
}
.zt_content_ul li{
    /*height: 250px;*/
}
.zt_content ul li a img{
    width: 400px;
    height: 200px;
}

.zt_content_ul_span {
    display: flex;
    width: 400px;
    margin-top: 5px;
    justify-content: center;
    align-items: center;
}

.zt_content_ul_span a {
    font-size: 16px;
}
/*=============二级页面 头部 end=============*/



